Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support to BaseClient for blob upload #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

d3matt
Copy link

@d3matt d3matt commented May 16, 2018

  • change BaseClientV2._http_response to accept bindata which is passed
    directly to requests
  • add _Manifest.from_file to support loading a manifest from a file
    then calling put_manifest
  • add BaseClientV2.put_blob based on implementation in python-dxf

 * change BaseClientV2._http_response to accept bindata which is passed
directly to requests
 * add _Manifest.from_file to support loading a manifest from a file
then calling put_manifest
 * add BaseClientV2.put_blob based on implementation in python-dxf
 * support passing the schema to BaseClientV2.get_manifest
 * add BaseClientV2.get_blob
@djmattyg007
Copy link

Hello. Since this package appears to be abandoned, I forked it and made several improvements. This includes dropping support for v1 registries, and introducing first-class support for v2 manifests (including multi-arch manifests).

If you're still feeling up to it, I'd be happy to review an updated PR against my fork:

https://github.com/djmattyg007/dreg-client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants